object EncodingDialog: TEncodingDialog Left = 394 Top = 223 BorderStyle = bsDialog Caption = 'Character Encoding' ClientHeight = 94 ClientWidth = 290 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 63 Height = 13 Caption = 'Convert &from:' FocusControl = cboFrom end object Label2: TLabel Left = 8 Top = 48 Width = 52 Height = 13 Caption = 'Convert &to:' FocusControl = cboTo end object cboFrom: TComboBox Left = 8 Top = 24 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object cboTo: TComboBox Left = 8 Top = 64 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 end object btnCancel: TCorelButton Left = 208 Top = 40 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object btnOK: TCorelButton Left = 208 Top = 8 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end end